type crypto/internal/hpke.context

7 uses

	crypto/internal/hpke (current package)
		hpke.go#L124: type context struct {
		hpke.go#L139: 	*context
		hpke.go#L143: 	*context
		hpke.go#L182: func newContext(sharedSecret []byte, kemID, kdfID, aeadID uint16, info []byte) (*context, error) {
		hpke.go#L212: 	return &context{
		hpke.go#L258: func (ctx *context) nextNonce() []byte {
		hpke.go#L266: func (ctx *context) incrementNonce() {